2005-06-10 Matthias Clasen <mclasen@redhat.com>
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jun 2005 04:45:40 +0000 (04:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 10 Jun 2005 04:45:40 +0000 (04:45 +0000)
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand):
* gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow):
* gtk/gtktextview.c (gtk_text_view_get_iter_at_position):
* gtk/gtkstock.c (gtk_stock_set_translate_func):
* gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment):
* gtk/gtkscrolledwindow.h:
* gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus):

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkmenushell.c
gtk/gtkscrolledwindow.h
gtk/gtkspinbutton.c
gtk/gtkstock.c
gtk/gtktextview.c
gtk/gtktoolbar.c
gtk/gtktreeviewcolumn.c

index e4db090b6fad355c68abceb0ddb30b33ee36c817..a69ffc2a7f4d93ebfdd64be3d3a96fea152a351a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): 
+       * gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow): 
+       * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
+       * gtk/gtkstock.c (gtk_stock_set_translate_func): 
+       * gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment): 
+       * gtk/gtkscrolledwindow.h: 
+       * gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus): 
+
        * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
        * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
        * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
index e4db090b6fad355c68abceb0ddb30b33ee36c817..a69ffc2a7f4d93ebfdd64be3d3a96fea152a351a 100644 (file)
@@ -1,5 +1,13 @@
 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): 
+       * gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow): 
+       * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
+       * gtk/gtkstock.c (gtk_stock_set_translate_func): 
+       * gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment): 
+       * gtk/gtkscrolledwindow.h: 
+       * gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus): 
+
        * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
        * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
        * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
index e4db090b6fad355c68abceb0ddb30b33ee36c817..a69ffc2a7f4d93ebfdd64be3d3a96fea152a351a 100644 (file)
@@ -1,5 +1,13 @@
 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): 
+       * gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow): 
+       * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
+       * gtk/gtkstock.c (gtk_stock_set_translate_func): 
+       * gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment): 
+       * gtk/gtkscrolledwindow.h: 
+       * gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus): 
+
        * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
        * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
        * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
index 158a15a81b2252dcefe6668bd3ad2cf3c1d9b89a..1febb465305a2255d8be2a08dc50e572af96c32a 100644 (file)
@@ -1469,7 +1469,9 @@ _gtk_menu_shell_remove_mnemonic (GtkMenuShell *menu_shell,
  * gtk_menu_shell_get_take_focus:
  * @menu_shell: a #GtkMenuShell
  *
- * @returns: %TRUE if the menu shell will take the keyboard focus on popup.
+ * Returns %TRUE if the menu shell will take the keyboard focus on popup.
+ *
+ * Returns: %TRUE if the menu shell will take the keyboard focus on popup.
  *
  * Since: 2.8
  **/
index 729de2759e6dc5f3d07dc1a820ef6424484bfff4..4d40013163ca183e0dcd05637c7e2bc109bed13e 100644 (file)
@@ -104,7 +104,7 @@ GtkWidget*     gtk_scrolled_window_new               (GtkAdjustment     *hadjust
 void           gtk_scrolled_window_set_hadjustment   (GtkScrolledWindow *scrolled_window,
                                                      GtkAdjustment     *hadjustment);
 void           gtk_scrolled_window_set_vadjustment   (GtkScrolledWindow *scrolled_window,
-                                                     GtkAdjustment     *hadjustment);
+                                                     GtkAdjustment     *vadjustment);
 GtkAdjustment* gtk_scrolled_window_get_hadjustment   (GtkScrolledWindow *scrolled_window);
 GtkAdjustment* gtk_scrolled_window_get_vadjustment   (GtkScrolledWindow *scrolled_window);
 GtkWidget*     gtk_scrolled_window_get_hscrollbar    (GtkScrolledWindow *scrolled_window);
index ddffe6049a1a20a76c0b0c1cb7fba03f402b58e8..fe7ec9c4cb104303ef84d43b1478f86979b03163 100644 (file)
@@ -1693,7 +1693,7 @@ gtk_spin_button_set_adjustment (GtkSpinButton *spin_button,
 
 /**
  * gtk_spin_button_get_adjustment:
- * @spin_button: 
+ * @spin_button: a #GtkSpinButton
  * 
  * Get the adjustment associated with a #GtkSpinButton
  * 
index 5a4482ea61a7b59a226e7a2dc9632e38dd69c99d..15dce0cf6b390879e7207d87797b3a65b420637d 100644 (file)
@@ -415,6 +415,7 @@ static const GtkStockItem builtin_items [] =
 
 /**
  * gtk_stock_set_translate_func: 
+ * @domain: the translation domain for which @func shall be used
  * @func: a #GtkTranslateFunc 
  * @data: data to pass to @func
  * @notify: a #GtkDestroyNotify that is called when @data is 
index 91f1d4fac132c359dd074ca85a4be0911b0b4ce1..3ea6f1ebe2ba377f60b7cc4d0a523255e1b59f26 100644 (file)
@@ -1305,7 +1305,10 @@ gtk_text_view_get_iter_at_location (GtkTextView *text_view,
  * gtk_text_view_get_iter_at_position:
  * @text_view: a #GtkTextView
  * @iter: a #GtkTextIter
- * @trailing: 
+ * @trailing: location to store an integer indicating where
+ *    in the grapheme the user clicked. It will either be
+ *    zero, or the number of characters in the grapheme. 
+ *    0 represents the trailing edge of the grapheme.
  * @x: x position, in buffer coordinates
  * @y: y position, in buffer coordinates
  *
@@ -1316,7 +1319,7 @@ gtk_text_view_get_iter_at_location (GtkTextView *text_view,
  * those to buffer coordinates with 
  * gtk_text_view_window_to_buffer_coords().
  *
- * Note that this is diffferent from gtk_text_view_get_iter_at_location(),
+ * Note that this is different from gtk_text_view_get_iter_at_location(),
  * which returns cursor locations, i.e. positions <emphasis>between</emphasis>
  * characters.
  *
index 1d38158ae7205943ee349857315fb9dd2ba30e4c..a567357d64d8ac5ca749403ac8afb77f283e1e9d 100644 (file)
@@ -3009,9 +3009,9 @@ gtk_toolbar_set_show_arrow (GtkToolbar *toolbar,
  * @toolbar: a #GtkToolbar
  * 
  * Returns whether the toolbar has an overflow menu.
- * See gtk_toolbar_set_show_arrow()
+ * See gtk_toolbar_set_show_arrow().
  * 
- * Return value: 
+ * Return value: %TRUE if the toolbar has an overflow menu.
  * 
  * Since: 2.4
  **/
index cfa94d131a3e1f11d424e4120f973f3e818b036d..d7ccf5f67ab4f75d8a53c7c43043d4b951e0703f 100644 (file)
@@ -2119,7 +2119,7 @@ gtk_tree_view_column_get_title (GtkTreeViewColumn *tree_column)
 /**
  * gtk_tree_view_column_set_expand:
  * @tree_column: A #GtkTreeViewColumn
- * @expand: 
+ * @expand: %TRUE if the column should take available extra space, %FALSE if not
  * 
  * Sets the column to take available extra space.  This space is shared equally
  * amongst all columns that have the expand set to %TRUE.  If no column has this
@@ -2151,7 +2151,7 @@ gtk_tree_view_column_set_expand (GtkTreeViewColumn *tree_column,
 
 /**
  * gtk_tree_view_column_get_expand:
- * @tree_column: 
+ * @tree_column: a #GtkTreeViewColumn
  * 
  * Return %TRUE if the column expands to take any available space.
  *